
Home Search the News News IT C News From Around The World Make your own solar panels and save Communication Games General Hardware HowTo Internet Linux Networking Review Security Software Windows Tuesday , March 9, 2010 19:40 News Feed Comments Feed Tasks or Software Threads Posted by admin on Saturday , February 13, 2010, 2:00 This item was posted in Software and has 0 Comments Most modern threading platforms are already offering task based programming models . Thus , they are allowing developers to follow one of the eight rules for multicore programming written by James Reinders a few years ago . I’m specifically talking about rule 3 : Program in tasks chores not threads cores James suggests that you should leave the mapping of tasks to hardware threads as a distinctly separate operation in your code . When you create tasks using an efficient task based programming model , you can create as many as you can without worrying about oversubscription . Of course , you still have to pay attention to the introduced overheads . In fact , tasks also introduce an overhead and it is always important to measure . speedups Tasks consume software threads using many different techniques to